-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New provider arukas #10862
New provider arukas #10862
Conversation
71a86a0
to
566a947
Compare
Thanks for the work here - this provider LGTM! There is a merge conflict on the vendor.json file (since we merged another provider) - please can you resolve that and then the code is mergeable. I have requested an account on arukas.io - hopefully that will come through soon and I can run all the tests to make sure that they work as expected Thanks for the work here Paul |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge conflict on vendor.json
566a947
to
92fc80b
Compare
@stack72 Thanks for the review, and welcome to arukas.io! Thanks! |
thanks for the changes @yamamoto-febc :) This LGTM! Just waiting to get my account on the provider for Terraform so we can run the acceptance tests thanks Paul |
92fc80b
to
ce99035
Compare
There was a merge conflict on the vendor.json file , so I resolved that. |
Thanks for waiting here - this LGTM!
Paul |
This broke the windows build. |
This reverts commit 9176bd4. This provider includes a dependency that at time of writing requires a *nix system, and will not build on Windows.
Revert "New provider arukas (#10862)"
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
This PR adds a provider for the Arukas.
Arukas is a Docker hosting service and is explained on the official website as follows.
One can manage the container on arukas like this:
The PR includes tests & documentation.
Test output :
TF_ACC=1 go test ./builtin/providers/arukas -v -timeout 120m === RUN TestProvider --- PASS: TestProvider (0.00s) === RUN TestProvider_impl --- PASS: TestProvider_impl (0.00s) === RUN TestAccArukasContainer_Basic --- PASS: TestAccArukasContainer_Basic (80.82s) === RUN TestAccArukasContainer_Update --- PASS: TestAccArukasContainer_Update (164.25s) === RUN TestAccArukasContainer_Minimum --- PASS: TestAccArukasContainer_Minimum (79.97s) === RUN TestAccArukasContainer_Import --- PASS: TestAccArukasContainer_Import (69.71s) PASS ok github.com/hashicorp/terraform/builtin/providers/arukas 394.961s
Looking forward to your feedback!